From faec593ed0e095dc4f589373586e46a345d75031 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 23 Dec 2023 22:01:03 +0900 Subject: Updated keybinds.conf (added some notes) Updated Laptops.conf (additional notes) updated Settings.conf (additional notes) Updated and adjusted some waybar styles --- config/waybar/style/[Retro] Simple Style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'config/waybar/style/[Retro] Simple Style.css') diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 0d6a36fe..da5c5a22 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -24,17 +24,19 @@ window#waybar { transition-duration: 0.5s; } +#taskbar button, #workspaces button { - padding: 0 10px; color: @foreground; } +#taskbar button.active, #workspaces button.active { border-bottom: 1px solid @green; } +#taskbar button.urgent, #workspaces button.urgent { - border-bottom: 2px solid @yellow; + border-bottom: 2px solid @red; } #submap { @@ -87,10 +89,7 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 6px; - padding-left: 6px; + padding: 5px 8px 5px 8px; } #battery.warning, -- cgit v1.2.3